* {
	margin: 0;
	padding: 0;
}

br {
	font-family: "Verdana, Geneva, Tahoma, sans-serif";
}

input,
button {
	-webkit-appearance: none;
	outline: none;
	border: none;
	background: none;
}

br {
	background: transparent;
	opacity: 0;
}

.visually-hidden {
	display: none !important;
}

@font-face {
	font-family: "myFont";
	src: url('../font/SourceHanSansCN-Regular.eot');
	/* IE9 Compat Modes */
	src: url('../font/SourceHanSansCN-Regular.eot') format('embedded-opentype'),
		/* IE6-IE8 */
		url('../font/SourceHanSansCN-Regular.ttf') format('truetype'),
		/* Safari, Android, iOS */
		url('../font/SourceHanSansCN-Regular.svg') format('svg');
	/* Legacy iOS */
}

html {
	background: #000;
	min-width: 1200px;
	font-family: myFont !important;
	-webkit-text-size-adjust: none;
}

body {
	position: relative;
	width: 100%;
	overflow-x: hidden;
}

ul {
	list-style: none;
}

.pageBox a {
	font-size: 16px;
	text-decoration: none;
}

button {
	cursor: pointer;
}

hr {
	border: 0;
	height: 1px;
	background: #fff;
}

input {
	font-size: 16px;
}

video {
	cursor: pointer;
	outline: none;
}

/* 控制banner图显示 */
.web_banner {
	display: block;
}

.mobile_banner {
	display: none;
}

.layui-layer-page .layui-layer-content {
	background: #000;
}

@media (max-width:992px) {
	.web_banner {
		display: none;
	}

	.mobile_banner {
		display: block;
		width: 100%;
	}
}

@media (max-width:992px) {
	input {
		font-size: .18rem;
	}
}

input::-webkit-input-placeholder {
	font-size: 16px;
}

input:-ms-input-placeholder {
	font-size: 16px;
}

input::-ms-input-placeholder {
	font-size: 16px;
}

input::placeholder {
	font-size: 16px;
	color: #000;
}

input::-webkit-input-placeholder {
	font-size: 16px;
	color: #000;
}

input::-o-input-placeholder {
	font-size: 16px;
	color: #000;
}

input::-moz-input-placeholder {
	font-size: 16px;
	color: #000;
}

@media (max-width:992px) {
	input::-webkit-input-placeholder {
		font-size: .18rem;
		color: #000;
	}

	input:-ms-input-placeholder {
		font-size: .18rem;
		color: #000;
	}

	input::-ms-input-placeholder {
		font-size: .18rem;
		color: #000;
	}

	input::placeholder {
		font-size: .18rem;
		color: #000;
	}

	input::-webkit-input-placeholder {
		font-size: .18rem;
		color: #000;
	}

	input::-o-input-placeholder {
		font-size: .18rem;
		color: #000;
	}

	input::-moz-input-placeholder {
		font-size: .18rem;
		color: #000;
	}
}

input.error::-webkit-input-placeholder {
	color: #c98730 !important;
}

input.error:-ms-input-placeholder {
	color: #c98730 !important;
}

input.error::-ms-input-placeholder {
	color: #c98730 !important;
}

input.error::placeholder {
	color: #c98730 !important;
}

input.error::-webkit-input-placeholder {
	color: #c98730 !important;
}

input.error::-o-input-placeholder {
	color: #c98730 !important;
}

input.error::-moz-input-placeholder {
	color: #c98730 !important;
}

/* 加载GIF */

.loading {
	width: 100%;
	height: 100%;
	background: #000;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10001;
	line-height: 100%;
	text-align: center;
}

.loading img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

@media (max-width:992px) {
	.loading img {
		width: 5rem;
	}
}

.loaderBox {
	width: 100px;
	height: 100px;
	background: rgba(0, 0, 0, .3);
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border-radius: 10px;
	z-index: 10000;
	display: none;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 14px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	color: #fff;
}

@-webkit-keyframes loader {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes loader {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

.loaderRoll {
	width: 40px;
	height: 40px;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	border-radius: 50%;
	border-top: 3px solid rgba(255, 255, 255, 1);
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
	animation: loader 2s infinite ease-in-out;
	-webkit-animation: loader 2s infinite ease-in-out;
	-o-animation: loader 2s infinite ease-in-out;
	-moz-animation: loader 2s infinite ease-in-out;
	-ms-animation: loader 2s infinite ease-in-out;
}

@media (max-width:992px) {
	.loaderBox {
		width: 2.00rem;
		height: 2.00rem;
		background: rgba(0, 0, 0, .3);
		position: fixed;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		border-radius: .10rem;
		z-index: 10000;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: distribute;
		justify-content: space-around;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		font-size: .18rem;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		color: #fff;
	}

	@-webkit-keyframes loader {
		100% {
			-webkit-transform: rotate(360deg);
			transform: rotate(360deg)
		}
	}


	.loaderRoll {
		width: .80rem;
		height: .80rem;
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		border-radius: 50%;
		border-top: .05rem solid rgba(255, 255, 255, 1);
		border-left: .05rem solid transparent;
		border-right: .05rem solid transparent;
		animation: loader 2s infinite ease-in-out;
		-webkit-animation: loader 2s infinite ease-in-out;
		-o-animation: loader 2s infinite ease-in-out;
		-moz-animation: loader 2s infinite ease-in-out;
	}
}

/* 登录按钮 */
/* 登录按钮 */
.loginBtn {
	width: 42px;
	padding: 17px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: fixed;
	top: 20%;
	right: 0;
	z-index: 333;
	background: #fff;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	cursor: pointer;
	color: #595757;
	line-height: 20px;
	font-size: 16px;
}

.loginBtn i {
	display: block;
	width: 22px;
	height: 28px;
	background: url("../img/user-icon.png") no-repeat center center;
	background-size: cover;
	margin-bottom: 8px;
}

.zhuxiao i {
	display: block;
	width: 22px;
	height: 28px;
	background: url("../img/user-icon.png") no-repeat center center;
	background-size: cover;
	margin-bottom: 8px;
}

.toVipCenter,
.logined,
.zhuxiao {
	width: 100%;
	height: 104px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: center;
	line-height: 18px;
}

.toVipCenter,
.zhuxiao {
	height: 104px;
	overflow: hidden;
	-webkit-transition: .3s;
	transition: .3s;
}

.zhuxiao {
	border-top-left-radius: 10px;
}

.toVipCenter {
	background: #c79830;
	color: #fff;
	border-bottom-left-radius: 10px;
}



/* 登陆弹框 */
.mask {
	width: 100%;
	height: 100%;
	position: fixed;
	background: rgba(0, 0, 0, .5);
	z-index: 1000;
	top: 0;
	left: 0;
	display: none;
}

.loginBox {
	width: 484px;
	height: 613px;
	background: #fff;
	position: fixed;
	bottom: -551px;
	left: 50%;
	-webkit-transform: translate(-50%, 50%);
	transform: translate(-50%, 50%);
	-webkit-transition: .5s;
	transition: .5s;
	z-index: 10001;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 58px 59px 0 59px;
}

.loginBox>button {
	width: 50px;
	height: 50px;
	border: 0;
	outline: 0;
	background: transparent;
	font-size: 40px;
	position: absolute;
	top: 0px;
	right: 0;
}

.loginBox>h1 {
	font-size: 26px;
}

.loginBox>hr {
	width: 62px;
	margin: 28px 0;
	margin-bottom: 41px;
	border: 0;
	height: 1px;
	background: #000;
	text-align: left;
}

.userphone {
	width: 100%;
	height: 57px;
	line-height: 57px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom: 1px solid #000;
	color: #000;
}

.userphone>input {
	width: 100%;
	height: 100%;
	border: 0;
	outline: 0;
	background: transparent;
	color: #000;
}

.userphone>input::-webkit-input-placeholder {
	color: #000;
}

.userphone>input::-moz-input-placeholder {
	color: #000;
}

.userphone>input::-ms-input-placeholder {
	color: #000;
}

.userphone>input::-o-input-placeholder {
	color: #000;
}

.shortMsg {
	width: 100%;
	height: 57px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	margin-top: 40px;
}

.shortMsg>input {
	width: 239px;
	height: 100%;
	border: 0;
	outline: 0;
	background: transparent;
	border-bottom: 1px solid #000;
	color: #000;
}

.shortMsg>input::-webkit-input-placeholder {
	color: #000;
}

.shortMsg>input::-moz-input-placeholder {
	color: #000;
}

.shortMsg>input::-ms-input-placeholder {
	color: #000;
}

.shortMsg>input::-o-input-placeholder {
	color: #000;
}

.shortMsg>.sendMsg {
	width: 114px;
	height: 41px;
	line-height: 41px;
	text-align: center;
	color: #000;
	border: 1px solid #000;
	cursor: pointer;
}

/* 验证滑块 */
.login_vire_silde {
	width: 100%;
	height: 39px;
	background: #706f6f;
	position: relative;
	text-align: center;
	line-height: 39px;
	color: #fff;
	-webkit-user-select: none;
	/* Chrome all / Safari all */
	-moz-user-select: none;
	/* Firefox all */
	-ms-user-select: none;
	/* IE 10+ */
	user-select: none;
	margin-top: 50px;
}

.login_vire_silde p {
	position: relative;
	z-index: 1;
}

.login_small_slide {
	width: 54px;
	height: 39px;
	background: #c79836;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
	z-index: 2;
}

.login_small_slide i {
	display: block;
	height: 39px;
	width: 54px;
	background: url("../img/zhibaoback/zhiba_icon.png") no-repeat center center;
}

.login_huaguo {
	width: 0;
	height: 39px;
	background: #ff6700;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
}

/* 隐私条款 */
.secret {
	height: 26px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 50px;
	position: relative;
}

.secret span {
	display: block;
	position: absolute;
	top: 32px;
	color: #c79830;
	left: 0;
	opacity: 0;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	font-size: 14px;
}

.secret_choose {
	width: 26px;
	height: 26px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #8a8a8a;
	position: relative;
	margin-right: 18px;
	cursor: pointer;
}

.secret_choose_res {
	width: 18px;
	height: 18px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

.secret_choose_res_true {
	background: #c79836;
}

.secret>p {
	color: #696969;
	font-size: 16px;
}

.secret>p>a {
	color: #00c1de;
	text-decoration: underline;
	cursor: pointer;
}

.secretBox {
	width: 100%;
	padding: 20px 0;
	background: #fff;
	position: fixed;
	left: 0;
	bottom: -10rem;
	z-index: 10001;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
}

.secretSon {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.secretSon>.secretTip {
	width: 950px;
	text-align: center;
	color: #000;
}

.secretSon>.secretBtn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.secretSon>.secretBtn>button,
.secretSon>.secretBtn>a {
	display: block;
	border: 0;
	outline: 0;
	background: #c79830;
	width: 120px;
	height: 42px;
	text-align: center;
	line-height: 42px;
	color: #fff;
	font-size: 16px;
}

.secretSon>.secretBtn>a {
	background: #898989;
	margin-left: 10px;
}

@media (max-width:992px) {
	.secret {
		height: .26rem;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-top: .50rem;
		position: relative;
	}

	.secret span {
		display: block;
		position: absolute;
		top: .32rem;
		color: #c79830;
		left: 0;
		font-size: .16rem;
		opacity: 0;
		transition: .3s;
		-webkit-transition: .3s;
		-moz-transition: .3s;
		-ms-transition: .3s;
		-o-transition: .3s;
	}

	.secret_choose {
		width: .26rem;
		height: .26rem;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		border: 1px solid #8a8a8a;
		position: relative;
		margin-right: .18rem;
		cursor: pointer;
	}

	.secret_choose_res {
		width: .18rem;
		height: .18rem;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-o-transform: translate(-50%, -50%);
	}

	.secret_choose_res_true {
		background: #c79836;
	}

	.secret>p {
		color: #696969;
		font-size: .16rem;
	}

	.secret>p>a {
		color: #00c1de;
		text-decoration: underline;
		cursor: pointer;
		font-size: .18rem;
	}

	.secretBox {
		width: 100%;
		padding: .20rem 0;
		background: #fff;
		position: block;
		left: 0;
		bottom: -10rem;
		z-index: 10001;
	}

	.secretSon {
		width: 6.67rem;
		height: 100%;
		margin: 0 auto;
		display: block;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.secretSon>.secretTip {
		width: 100%;
		text-align: center;
		font-size: .18rem;
	}

	.secretSon>.secretBtn {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.secretSon>.secretBtn>button,
	.secretSon>.secretBtn>a {
		display: block;
		border: 0;
		outline: 0;
		background: #c79830;
		width: 2.20rem;
		height: .38rem;
		text-align: center;
		line-height: .38rem;
		color: #fff;
		font-size: .16rem;
		margin: .15rem auto;
	}

	.secretSon>.secretBtn>a {
		background: #898989;
		margin: .15rem auto;
	}
}

.btnGroup {
	width: 100%;
	height: 41px;
	margin-top: 62px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.btnGroup>.queren,
.btnGroup>.canclBtn {
	width: 172px;
	height: 41px;
	text-align: center;
	line-height: 41px;
	color: #fff;
	cursor: pointer;
}

.btnGroup>.queren {
	background: #c79830;
}

.btnGroup>.canclBtn {
	background: #000;
}

/* 退出成功提示框 */
.exitSuccess {
	position: fixed;
	bottom: -222px;
	left: 50%;
	transform: translate(-50%, 50%);
	-webkit-transform: translate(-50%, 50%);
	-moz-transform: translate(-50%, 50%);
	-ms-transform: translate(-50%, 50%);
	-o-transform: translate(-50%, 50%);
	background: #fff;
	width: 484px;
	height: 222px;
	font-size: 26px;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	z-index: 10001;
	line-height: 222px;
	text-align: center;
}

.exitSuccess>h1 {
	font-size: 26px;
	color: #000;
}

.exitSuccess>h1>span {
	color: #c79830;
}

@media (max-width:992px) {
	.loginBtn {
		display: none;
	}

	/* 登陆弹框 */
	.mask {
		width: 100%;
		height: 100%;
		position: fixed;
		background: rgba(0, 0, 0, .5);
		z-index: 1000;
		top: 0;
		left: 0;
		display: none;
	}

	.loginBox {
		width: 4.84rem;
		height: 6.13rem;
		background: #fff;
		position: fixed;
		bottom: -5.51rem;
		left: 50%;
		-webkit-transform: translate(-50%, 50%);
		transform: translate(-50%, 50%);
		-webkit-transition: .5s;
		transition: .5s;
		z-index: 10001;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding: .58rem .59rem 0 .59rem;
	}

	.loginBox>button {
		width: .50rem;
		height: .50rem;
		border: 0;
		outline: 0;
		background: transparent;
		font-size: .40rem;
		position: absolute;
		top: 0;
		right: 0;
	}

	.loginBox>h1 {
		font-size: .26rem;
	}

	.loginBox>hr {
		width: .62rem !important;
		margin: .28rem 0;
		margin-bottom: .41rem;
		border: 0;
		height: 1px;
		background: #000;
		text-align: left;
	}

	.userphone {
		clear: both;
		width: 100%;
		height: .57rem;
		line-height: .57rem;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		border-bottom: 1px solid #000;
	}

	.userphone>input {
		width: 100%;
		height: 100%;
		border: 0;
		outline: 0;
		background: transparent;
		color: #000;
	}

	.userphone>input::-webkit-input-placeholder {
		color: #000;
	}

	.userphone>input::-moz-input-placeholder {
		color: #000;
	}

	.userphone>input::-ms-input-placeholder {
		color: #000;
	}

	.userphone>input::-o-input-placeholder {
		color: #000;
	}

	.shortMsg {
		width: 100%;
		height: .57rem;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
		margin-top: .40rem;
	}

	.shortMsg>input {
		width: 2.19rem;
		height: 100%;
		border: 0;
		outline: 0;
		background: transparent;
		border-bottom: 1px solid #000 !important;
		border-radius: 0px !important;
		color: #000;
	}

	.shortMsg>.sendMsg {
		width: 1.34rem;
		height: .41rem;
		line-height: .46rem;
		text-align: center;
		color: #000;
		border: 1px solid #000;
		cursor: pointer;
		font-size: .18rem;
	}



	/* 退出成功提示框 */
	.exitSuccess {
		position: fixed;
		bottom: -2.22rem;
		left: 50%;
		transform: translate(-50%, 50%);
		-webkit-transform: translate(-50%, 50%);
		-moz-transform: translate(-50%, 50%);
		-ms-transform: translate(-50%, 50%);
		-o-transform: translate(-50%, 50%);
		background: #fff;
		width: 4.84rem;
		height: 2.22rem;
		font-size: 26px;
		transition: .3s;
		-webkit-transition: .3s;
		-moz-transition: .3s;
		-ms-transition: .3s;
		-o-transition: .3s;
		z-index: 10001;
		line-height: 2.22rem;
		text-align: center;
	}

	.exitSuccess>h1 {
		font-size: .26rem;
		color: #000;
	}

	.exitSuccess>h1>span {
		color: #c79830;
	}

	/* 验证滑块 */
	.login_vire_silde {
		width: 100%;
		height: .39rem;
		background: #706f6f;
		position: relative;
		text-align: center;
		line-height: .44rem;
		color: #fff;
		-webkit-user-select: none;
		/* Chrome all / Safari all */
		-moz-user-select: none;
		/* Firefox all */
		-ms-user-select: none;
		/* IE 10+ */
		user-select: none;
		margin-top: .50rem;
		font-size: .18rem;
	}

	.login_vire_silde p {
		position: relative;
		z-index: 1;
	}

	.login_small_slide {
		width: .39rem;
		height: .39rem;
		background: #c79836;
		position: absolute;
		top: 0;
		left: 0;
		cursor: pointer;
		z-index: 2;
	}

	.login_small_slide i {
		display: block;
		height: .20rem;
		width: .20rem;
		background: url("../img/zhibaoback/zhiba_icon.png") no-repeat center center;
		background-size: cover;
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}

	.login_huaguo {
		width: 0;
		height: .39rem;
		background: #ff6700;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 0;
	}

	.btnGroup {
		width: 100%;
		height: .41rem;
		margin-top: .62rem;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.btnGroup>.queren,
	.btnGroup>.canclBtn {
		width: 1.72rem;
		height: .41rem;
		text-align: center;
		line-height: .44rem;
		color: #fff;
		font-size: .18rem;
	}

	.btnGroup>.queren {
		background: #c79830;
	}

	.btnGroup>.canclBtn {
		background: #000;
	}
}

/* 预约提示登陆弹框 */
.yuyuelogin {
	width: 484px;
	height: 222px;
	position: fixed;
	bottom: -222px;
	left: 50%;
	background: #fff;
	-webkit-transform: translate(-50%, 50%);
	transform: translate(-50%, 50%);
	z-index: 10001;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 30px;
	-webkit-transition: .3s;
	transition: .3s;
}

.yuyuelogin>p {
	font-size: 26px;
	font-weight: 900;
}

.yuyuelogin>button {
	position: absolute;
	top: -10px;
	right: 5px;
	border: 0;
	outline: 0;
	background: transparent;
	font-size: 40px;
}

.yuyueBtn-group {
	height: 41px;
	line-height: 41px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.yuyueBtn-group>div {
	cursor: pointer;
	width: 172px;
	text-align: center;
	color: #fff;
}

.yuyueBtn-group>div.toLoginBtn {
	background: #c79830;
	margin-right: 22px;
}

.yuyueBtn-group>div.cancleToLogin {
	background: #000;
}

@media (max-width:992px) {
	.yuyuelogin {
		width: 4.84rem;
		height: 2.22rem;
		position: fixed;
		bottom: -2.22rem;
		left: 50%;
		background: #fff;
		-webkit-transform: translate(-50%, 50%);
		transform: translate(-50%, 50%);
		z-index: 10001;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: distribute;
		justify-content: space-around;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding-top: .30rem;
		-webkit-transition: .3s;
		transition: .3s;
	}

	.yuyuelogin>p {
		font-size: .26rem;
		font-weight: 900;
	}

	.yuyuelogin>button {
		position: absolute;
		top: -.10rem;
		right: .05rem;
		border: 0;
		outline: 0;
		background: transparent;
		font-size: .40rem;
	}

	.yuyueBtn-group {
		height: .41rem;
		line-height: .44rem;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.yuyueBtn-group>div {
		cursor: pointer;
		width: 1.72rem;
		text-align: center;
		color: #fff;
		font-size: .18rem;
	}

	.yuyueBtn-group>div.toLoginBtn {
		background: #c79830;
		margin-right: .22rem;
	}

	.yuyueBtn-group>div.cancleToLogin {
		background: #000;
	}

}

/*顶部导航栏*/
.fixedTop-nav {
	width: 100%;
	min-width: 1200px;
	height: 71px;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(255, 255, 255, .9);
	z-index: 100;
	-webkit-transition: .3s;
	transition: .3s;
}

.nav-wrapper {
	width: 1200px;
	height: 71px;
	margin: 0 auto;
}

.nav-wrapper>ul {
	width: 100%;
	height: 71px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.nav-wrapper>ul>li {
	position: relative;
	/*padding-left: 15px;*/
	cursor: pointer;
}

.nav-wrapper>ul>li:first-child,
.nav-wrapper>ul>li:last-child {
	padding: 0;
}

.nav-wrapper>ul>li:nth-child(3) {
	position: relative;
	width: 285px;
	text-align: center;
	line-height: 71px;
}

.nav-wrapper>ul>li:nth-child(3) .sibian {
	position: absolute;
	height: 71px;
	width: 100%;
	background: #000;
	text-align: center;
	-webkit-transform: skewX(-20deg);
	transform: skewX(-20deg);
	z-index: -1;
}

.nav-wrapper>ul>li:nth-child(3) img {
	width: 145px;
	height: 25px;
	vertical-align: middle;
}

.nav-wrapper>ul>li>a {
	color: #595757;
	font-size: 16px;
	line-height: 71px;
	padding-bottom: 11px;
	position: relative;
	cursor: pointer;
}

.nav-wrapper>ul>li:not(:nth-child(3))>a:after {
	display: block;
	content: "";
	width: 55px;
	height: 3px;
	background: #c79836;
	position: absolute;
	bottom: 0;
	left: 4px;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: .6s;
	transition: .6s;
	-webkit-transform-origin: left;
	transform-origin: left;
}

.nav-wrapper>ul>li:not(:nth-child(3))>a:hover {
	color: #c79836;
}

.nav-wrapper>ul>li:not(:nth-child(3))>a:hover:after {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

.nav-wrapper>ul>li:not(:nth-child(3))>a.nowpage {
	color: #c79836;
}

.nav-wrapper>ul>li:not(:nth-child(3))>a.nowpage:after {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

/* 顶部导航栏--手机端 */
.fixedTop-web {
	width: 100%;
	height: .71rem;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
	background: rgba(225, 225, 225, .9);
	display: none;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: .37rem;
}

.fixedTop-web>.web-wrapper {
	width: 50%;
	height: .71rem;
	overflow: hidden;
	position: relative;
	background: transparent;
}

.fixedTop-web>.web-wrapper>.web-logo {
	width: 8rem;
	height: 2rem;
	background: #000;
	-webkit-transform: rotateZ(10deg);
	transform: rotateZ(10deg);
	position: absolute;
	top: -1rem;
	right: 0.1rem;
}

.fixedTop-web>.web-wrapper>img {
	width: 2.86rem;
	/* height        : .25rem; */
	vertical-align: top;
	position: absolute;
	top: 50%;
	left: 49%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

/* 汉堡按钮 */
.hamburger {
	width: .45rem;
	height: .23rem;
	background: transparent;
	position: relative;
}

.hamburger>span {
	display: block;
	width: 100%;
	height: .03rem;
	background: #000;
	position: absolute;
	-webkit-transition: .5s;
	transition: .5s;
	-webkit-transform-origin: center;
	transform-origin: center;
}

.hamburger>span.topIcon {
	top: 0;
	left: 0;
}

.hamburger>span.middleIcon {
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.hamburger>span.bottomIcon {
	bottom: 0;
	left: 0;
}

/* 移动端下拉菜单 */
.web-nav {
	width: 100%;
	height: 100vh;
	padding-top: .6rem;
	padding-left: .53rem;
	padding-right: .53rem;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: .26rem;
	position: absolute;
	top: 0.71rem;
	left: 0;
	background: rgba(225, 225, 225, .94);
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: top;
	transform-origin: top;
	-webkit-transition: .3s;
	transition: .3s;
	overflow: auto;
	padding-bottom: 1rem;
	z-index: 10000;
}

.web-nav>ul {
	width: 100%;
}

.web-nav>button {
	width: 100%;
	height: .55rem;
	background: #fff;
	margin-top: .65rem;
	border: 0;
	right: 0;
	font-size: .26rem;
	margin-bottom: .2rem;
}

.web-nav {
	text-align: center;
}

.web-nav>span {
	text-align: center;
	padding: .2rem 0;
	color: #c79830;
	cursor: pointer;
}

.web-nav>ul>li:first-child {
	width: 100%;
	height: .83rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 1px solid #000;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 0.03rem;
	position: relative;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.web-nav>ul>li:first-child>a {
	display: block;
	width: 100%;
	height: 100%;
	line-height: .83rem;
	font-size: .26rem;
	color: #000;
	text-align: left;
}

.web-nav>ul>li>.navtit {
	width: 100%;
	height: .83rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 1px solid #000;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 0.03rem;
	position: relative;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: .15rem;
}

.web-nav>ul>li>.navtit>a {
	font-size: .26rem;
	color: #000;
}

.web-nav>ul>li>.navtit>img {
	width: .22rem;
	height: .12rem;
}

.web-nav>ul>li>ul {
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 1.50rem;
	-webkit-transition: .3s;
	transition: .3s;
	/* transform            : scaleY(0); */
	height: 0;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: top;
	transform-origin: top;

}

.web-nav>ul>li>ul>li {
	width: 100%;
	/*height: .83rem;*/
	/*display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;*/
	display: block;
	text-align: left;
	border-bottom: 1px solid #000;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 0.03rem;
	position: relative;
}

.web-nav>ul>li>ul>li>img {
	position: absolute;
	right: 0;
	top: 0.34rem;
	width: 0.22rem;
	height: 0.12rem;
}

.web-nav>ul>li>ul>li>a {
	display: block;
	width: 80% !important;
	height: 100%;
	text-align: left;
	line-height: .83rem;
	font-size: .26rem;
	color: #000;
}

.web-nav>ul>li>ul>li>.wf_nav {
	line-height: 83px;
	padding-left: 1.50rem;
	border-top: 1px solid #000;
	display: none;
}

.web-nav>ul>li>ul>li>.wf_nav>a {
	border-bottom: 1px solid #000;
	display: block;
	width: 100%;
	height: 100%;
	text-align: left;
	line-height: .83rem;
	font-size: .26rem;
	color: #000;
}

.web-nav>ul>li>ul>li.ppfnav>.wf_nav>a {
	display: flex;
	align-items: center;
	/* 垂直居中 */
	justify-content: left;
	/* 水平居中 */
}

.web-nav>ul>li>ul>li>.wf_nav>a>span {
	background: rgba(255, 255, 255, .4);
	font-size: 0.20rem;
	height: 0.26rem;
	line-height: 0.26rem;
	display: inline-block;
	padding: 0.02rem 0.06rem 0;
	color: #cc9933;
	font-weight: bold;
	margin: -0.02rem 0.1rem 0 0.08rem;

}

.web-nav>ul>li>ul>li>.wf_nav>a.xir {
	line-height: 0.46rem;
	padding: 0.24rem 0;
}

.web-nav>ul>li>ul>li>.wf_nav>a.xir>b>img {
	width: 0.43rem;
	margin-right: 0.10rem;
}

.web-nav>ul>li>ul>li>.wf_nav>a.ctc {
	line-height: 0.46rem;
	padding: 0.24rem 0;
}

.web-nav>ul>li>ul>li>.wf_nav>a.ctc>b>img {
	width: 0.43rem;
	margin-right: 0.10rem;
}

.web-nav>ul>li>ul>li>.wf_nav>a:last-child {
	border-bottom: 0;
}
.web-nav>ul>li>ul>li>.wf_nav>a:nth-child(8) {
	/*display: none;*/
	margin: 0;
}
.web-nav>ul>li>ul>li>.wf_nav>a:nth-child(7) {
  /*border-bottom: 0;*/
}

/* 下拉菜单 */

.dropdown {
	position: absolute;
	top: 71px;
	left: -30px;
	/*width: 175px;*/
	width: 232px;
	background: rgba(255, 255, 255, .94);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px 0;
	font-size: 16px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	/* box-shadow                : 0 2px 5px 2px rgba(105, 105, 105, 0.3); */
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transition: .3s;
	transition: .3s;
	-webkit-transform-origin: top;
	transform-origin: top;
}

.dropdown>ul>li>a {
	line-height: 50px;
	cursor: pointer;
}

.dropdown>ul>li {
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;

	-webkit-transition: .3s;
	transition: .3s;
}

.dropdown>ul>li:hover {
	/*background: #efefef;*/
	background: #f9f9f9;
}

.dropdown>ul>li>a {
	/*padding: 0 15px;*/
	padding: 0 15px 0 30px;
	display: block;
	width: 100%;
	height: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #333;
}

.dropdown>ul>li>a>i {
	color: #999999;
	font-style: initial;
	float: right;
	background: url(../img/jt.png) no-repeat;
	width: 6px;
	height: 11px;
	margin-top: 18px;
}

.dropdown>ul>li:hover>a {
	/*display     : block;*/
	/*width       : 100%;*/
	/*height      : 100%;*/
	/*box-sizing  : border-box;*/
	/*padding-left: 20px;*/
	/*line-height : 50px;*/
	color: #c79830;
}

.dropdown>ul>li:hover>a>i {
	color: #cc9933;
	font-style: initial;
	float: right;
	background: url(../img/jt2.png) no-repeat;
}

.nav-wrapper>ul>li:hover>.dropdown {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}

/*nav*/
.submenu {
	display: none;
	width: 456px;
	height: 100%;
	position: absolute;
	left: 100%;
	top: 0;
	background: rgba(255, 255, 255, .98);
	z-index: 1000;
	padding: 18px 26px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.submenu>ul>li>a {
	height: 42px;
	width: 50%;
	display: inline-block;
	line-height: 42px;
	text-align: left;
	padding: 0 3%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 7px 0;
	float: left;
	color: #333;
}

.submenu>ul>li>a:hover {
	background: #c79830;
	color: #fff;
}

.submenu>ul>li>.wf_dd {
	width: 100%;
	font-size: 16px;
	color: #595757;
	border-top: 1px solid #cdcdcd;
	margin-top: 20px;
	padding-top: 15px;
	float: left;
}

.submenu>ul>li>.wf_dd>a {
	width: 100%;
	color: #666666;
	display: flex;
	align-items: center;
	height: 46px;
}
.submenu>ul>li>.wf_dd>a:last-child{ /*display: none !important;*/}
.submenu>ul>li>.wf_dd>a:hover {
	color: #c79830;
}

.submenu>ul>li>.wf_dd>a>img {
	margin: 0 5px;
}

.submenu>ul>li>.wf_dd>a>b>img {
	/*margin: -3px 5px 0 0;*/
	margin: 3px 5px 0 0;
    float: left;
}


.submenu2 {
	display: none;
	width: 456px;
	height: 100%;
	position: absolute;
	left: 100%;
	top: 0;
	background: rgba(255, 255, 255, .98);
	z-index: 1000;
	padding: 18px 26px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.submenu2>ul>li>a {
	height: 42px;
	width: 50%;
	display: inline-block;
	line-height: 42px;
	text-align: left;
	padding: 0 3%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 7px 0;
	float: left;
	color: #333;
}

.submenu2>ul>li>a>span {
	/*background: #f4f4f4;*/
	background: #e9e9e9;
	font-size: 14px;
	height: 18px;
	line-height: 18px;
	display: inline-block;
	padding: 0 5px;
	color: #cc9933;
	font-weight: bold;
	margin: 0 0px 0 2px;
}

.submenu2>ul>li>a:hover {
	background: #c79830;
	color: #fff;
}

.submenu2>ul>li>.ppf_dd {
	width: 100%;
	font-size: 16px;
	color: #595757;
	border-bottom: 1px solid #cdcdcd;
	padding-bottom: 15px;
	margin: 0 0% 20px;

}

.submenu2>ul>li>.ppf_dd>a {
	width: 100%;
	display: block;
	color: #666666;
	text-align: left;
	line-height: 46px;
	height: 46px;
	padding: 0 0 0 3%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.submenu2>ul>li>.ppf_dd>a>.eastman_j{ display: block;}
.submenu2>ul>li>.ppf_dd>a>.eastman_b{ display: none;}
.submenu2>ul>li>.ppf_dd>a:hover>.eastman_j{ display: none;}
.submenu2>ul>li>.ppf_dd>a:hover>.eastman_b{ display: block;}
.submenu2>ul>li>.ppf_dd>a:hover {
	background: #c79830;
	color: #fff !important;
	/*color: #c79830;*/
	/*font-weight: bold;*/
}

.submenu2>ul>li>.ppf_dd>a>span {
	background: #e9e9e9;
	font-size: 14px;
	height: 18px;
	line-height: 18px;
	display: inline-block;
	padding: 0 5px;
	color: #cc9933;
	font-weight: bold;
	margin: 0 10px 0 2px;
}

.submenu2>ul>li>.ppf_dd>a:hover {
	color: #c79830;
}

.submenu2>ul>li>.ppf_dd>a>img {
	float: right;
	margin-top: 15px;
	margin-right: 8px;
}


.submenu3 {
	display: none;
	width: 226px;
	height: 100%;
	position: absolute;
	left: 100%;
	top: 0;
	background: rgba(255, 255, 255, .98);
	z-index: 1000;
	/*padding: 18px 26px 0;*/
	padding: 14px 26px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.submenu3>ul>li>a {
	/*height: 36px;*/
	height: 31px;
	width: 100%;
	display: inline-block;
	/*line-height: 36px;*/
	line-height: 31px;
	text-align: left;
	padding: 0 8%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 6px 0;
	float: left;
	color: #333;
}
.submenu3>ul>li>hr{/* border-bottom: 1px solid #cdcdcd;*/ border: 0; width: 100%;
    height: 1px;
    background: #cdcdcd;
    margin: 5px 0px;
    float: left;}
.submenu3>ul>li>a:hover {
	background: #c79830;
	color: #fff;
}


/* 主题及介绍 */
.desc-title {
	font-size: 26px;
	font-weight: 900;
	color: #c79830;
	/*opacity         : 0;*/
	-webkit-transition: .5s;
	transition: .5s;
}

/* .test1{
	width   : 0;
	overflow:hidden;
} */
.desc-title>span>span {
	color: #fff;
}

.desc-title>span>span.word1 {
	color: #c79830;
}

/* .desc-title>span.titSpan{
	color: #c79830;
}
.desc-title span.titP{
	color: #fff;
} */
.form-desc hr {
	margin-top: 28px;
	margin-bottom: 30px;
	max-width: 62px;
	text-align: left;
}

.info-desc hr {
	margin-top: 28px;
	margin-bottom: 30px;
	max-width: 62px;
	text-align: left;
}

.desc-content {
	font-size: 16px;
	color: #fff;
	line-height: 40px;
}

.desc-content i {
	display: inline-block;
	margin: 11px 5px 0 0;
	float: left;
}

.desc-content i>img {
	float: left;
}

@media (max-width:992px) {
	.desc-content i {
		display: inline-block;
		margin: 0.14rem 0.05rem 0 0;
		float: left;
	}

	.desc-content i>img {
		float: left;
		width: 0.18rem;
		height: 0.18rem;
	}
}

.desc-content span {
	text-decoration: underline;
}

.web_banner {
	display: block;
}

.mobile_banner {
	display: none;
}

@media (max-width:992px) {
	.web_banner {
		display: none;
	}

	.mobile_banner {
		display: block;
	}

	.form-desc hr {
		margin-top: .28rem;
		margin-bottom: .3rem;
		max-width: .62rem;
		margin: 0 auto;
	}

	.info-desc hr {
		margin: 0 auto;
		margin-top: .28rem;
		margin-bottom: .30rem;
		max-width: .62rem;

	}

	.desc-content {
		font-size: .18rem;
		color: #fff;
		line-height: .4rem;
	}

	.desc-content span {
		text-decoration: underline;
	}

	a {
		font-size: .18rem;
	}

}


/*脚部*/
.footer {
	width: 100%;
	background: #000;
}

.footer-content {
	width: 1200px;
	margin: 0 auto;
	padding-bottom: 58px;
}

.footer-content hr:nth-of-type(1) {
	height: 3px;
	border: 0;
	background: #595757;
}

.footer-content hr:nth-of-type(2) {
	height: 1px;
	border: 0;
	background: #595757;
	margin-top: 2px;
}

/*脚部LOGO、公司信息*/
.footer-logo {
	width: 100%;
	color: #fffefe;
	height: 76px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.footer-logo>img {
	height: 0.28rem;
}

.footer-logo p {
	font-size: 14px;
}

/*公司地址*/
.local {
	width: 1200px;
	/*height: 51px;*/
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	color: #fff;
	font-size: 14px;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.local li {
	float: left;
}

.local-dizhi li {
	margin-right: 20px;
}

.local-dizhi li:nth-of-type(n+3) {
	/*margin-top: 20px;*/
	margin-top: 12px;
}

.local-dizhi li a {
	font-size: 14px;
}

.local-dizhi li i {
	display: inline-block;
	float: left;
}

.local-dizhi li i img {
	width: 16px;
	height: 16px;
	margin-top: 2px;
	margin-right: 3px;
}

.lianxi li {
	padding: 0 8px;
	position: relative;
}

.lianxi li:not(:last-child):after {
	display: block;
	content: "";
	width: 2px;
	height: 17px;
	background: #fff;
	position: absolute;
	top: 3px;
	right: 0;
}

.lianxi li a {
	color: #fff;
	font-size: 14px;
	padding-bottom: 3px;
	/*border-bottom : 1px solid #C9CACA;*/
}

.lianxi li:last-child {
	width: 250px;
	height: 22px;
	text-align: center;
	line-height: 22px;
	background: #fff;
	color: #000;
	margin-left: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	cursor: pointer;
	-webkit-transition: .3s;
	transition: .3s;
	position: relative;
	z-index: 2;
}

/* .lianxi li:last-child:hover {
	background: transparent;
	border    : 1px solid #c79836;
	color     : #c79836;
} */

.lianxi li:last-child i {
	display: inline-block;
	width: 14px;
	height: 8px;
	background: url(../img/index/down-icon.png) no-repeat center;
	background-size: cover;
	margin-left: 10px;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
}

.lianxi li:last-child>div {
	width: 100%;
	height: 44px;
	background: #fff;
	color: #000;
	font-size: 16px;
	position: absolute;
	top: 22px;
	left: 0;
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	-webkit-transform-origin: top;
	transform-origin: top;
}

.lianxi li:last-child>div a {
	display: block;
	width: 100%;
	height: 22px;
	text-align: center;
	color: #000;
	line-height: 22px;
	padding: 0;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
}

.lianxi li:last-child>div a:hover {
	background: #c79830;
	color: #fff;
}

.lianxi li:last-child:hover i {
	transform: rotateZ(180deg);
	-webkit-transform: rotateZ(180deg);
	-moz-transform: rotateZ(180deg);
	-ms-transform: rotateZ(180deg);
	-o-transform: rotateZ(180deg);
}

.lianxi li:last-child:hover div {
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	-webkit-box-shadow: 0px 8px 8px rgba(0, 0, 0, .6);
	box-shadow: 0px 8px 8px rgba(0, 0, 0, .6);
}

/*链接列表*/
.footer-list {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.list {
	line-height: 50px;
	font-size: 14px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-top: 36px;
}

.list>ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.list>ul {
	width: 100%;
}

.list>ul>li {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.list>ul>li>a {
	font-weight: 700;
}

.list>ul>li>ul {
	margin-left: 61px;
}

.list>ul>li>ul>li {
	float: left;
	width: 141px;
	text-align: left;
}

.list>ul>li>ul>li:nth-of-type(4) {
	float: left;
	width: 100px;
	text-align: left;
}

.list ul li a {
	color: #fff;
	position: relative;
}

.navtit a {
	font-weight: 900;
}

.list>ul>li>ul>li>a:after {
	display: block;
	content: '';
	position: absolute;
	left: 0;
	top: 20px;
	background: #fff;
	width: 100%;
	height: 1px;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: .3s;
	transition: .3s;
	-webkit-transform-origin: left;
	transform-origin: left;
}

.list>ul>li>ul>li>a:hover:after {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

.code {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: 20px;
	height: 155px;
	position: relative;
	top: 0px;
}

.code>i {
	display: block;
	width: 155px;
	height: 155px;
	margin: 0;
	position: relative;
	font-style: normal;
	margin-left: 20px;
}

.code>i>img {
	width: 100%;
	height: 100%;
	margin: 0;
}

.code>i::before {
	display: block;
	position: absolute;
	content: "微信二维码";
	color: #fff;
	font-size: 16px;
	bottom: -30px;
	left: 0;
	width: 100%;
	height: 25px;
	text-align: center;
}

.code>i:nth-child(2)::before {
	content: "小程序二维码";
}

.code>i:nth-child(3)::before {
	content: "小红书二维码";
}

.web-footer {
	display: none;
	text-align: center;
	width: 6.67rem;
	margin: 0 auto;
	color: #fff;
	font-size: .18rem;
}

.web-footer>hr {
	border: 0;
	width: 6.67rem;
	background: #636363;
}

.web-footer>hr:first-child {
	height: 0.03rem;
	margin-bottom: 0.03rem;
}

.web-footer>hr:nth-child(2) {
	height: 0.02rem;
	margin: 0;
}

.web-footer>img {
	width: 3.34rem;
	margin-bottom: 0.38rem;
	position: relative;
}

.cms-choose {
	width: 5.34rem;
	height: .35rem;
	margin: 0 auto;
	margin-top: 42px;
	background: #6b6b6b;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: .18rem;
	color: #fff;
	cursor: pointer;
}

.cms-choose:hover {
	background: transparent;
	border: 1px solid #c79836;
	color: #c79836;
}

.cms-choose>i {
	width: .17rem;
	height: .1rem;
	display: block;
	background: url("../img/index/down-icon.png") no-repeat center center;
	background-size: cover;
	margin-left: .19rem;
}

.web-footer>.code {
	/*width: 4.53rem;*/
	width: 100%;
	height: 1.88rem;
	margin: 0 auto;
	margin-top: .33rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	top: 0;
}

.web-footer>.code>i {
	display: block;
	width: 1.88rem;
	height: 1.88rem;
	margin: 0;
	position: relative;
	font-style: normal;
}

.web-footer>.code>i>img {
	width: 100%;
	height: 100%;
	margin: 0;
}

.web-footer>.code>i::before {
	display: block;
	position: absolute;
	content: "微信二维码";
	color: #fff;
	font-size: .18rem;
	bottom: -.25rem;
	left: 0;
	width: 100%;
	height: .2rem;
}

.web-footer>.code>i:nth-child(2)::before {
	content: "小程序二维码";
}

.web-footer>.code>i:nth-child(3)::before {
	content: "小红书二维码";
}

.web-footer-list {
	margin: 0 auto;
	color: #fff;
	text-align: center;
	margin-top: .44rem;
	margin-bottom: .29rem;
	font-size: .18rem;
}

.web-footer-list>ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.web-footer-list>ul>li {
	font-size: .18rem;
	margin: 0 0.1rem;
	padding-bottom: 0.05rem;
	position: relative;
}

.web-footer-list>ul>li>a {
	color: #fff;
	font-size: .18rem;
}

.web-footer-list>ul>li:not(:last-child):after {
	width: 0.04rem;
	height: 0.17rem;
	display: block;
	content: "";
	position: absolute;
	top: 0.05rem;
	right: -0.12rem;
	background: #fff;
}

.swiper-pagination-bullet-active {
	background: #c79836 !important;
}

/* 设备尺寸小于992像素时 */
@media (max-width:992px) {
	html {
		width: 100%;
		min-width: auto;
		height: auto;
	}

	.fixedTop-nav {
		display: none;
	}

	.fixedTop-web {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.footer {
		display: none;
	}

	/* 移动端脚部 */
	.web-footer {
		display: block;
		text-align: center;
		width: 6.67rem;
		margin: 0 auto auto auto;
		color: #fff;
		font-size: .18rem;
	}

	.web-footer a {
		font-size: .18rem;
		color: #fff;
	}
}

/* 新增底部快捷栏 */
.footer-bar {
	width: 100%;
	height: 70px;
	position: fixed;
	bottom: -70px;
	background-color: rgba(225, 225, 225, .9);
	transition: bottom .3s;
	z-index: 1000;
}

.footer-bar ul {
	width: 1200px;
	margin: 0 auto;
	display: flex;
}

.footer-bar ul li {
	flex: 1;
	height: 35px;
	line-height: 35px;
	margin-top: 17.5px;
	text-align: center;
	display: flex;
	align-items: center;
}

.footer-bar ul li a {
	color: #000;
	font-weight: bold;
	cursor: pointer;
}

.footer-bar ul li a:hover {
	color: #c99838;
	border-bottom: 2px solid #c99838;
}

.footer-bar .baritem3 {
	border-right: 1px solid #000;
}

.footer-bar .baritem4,
.footer-bar .baritem5,
.footer-bar .baritem6 {
	justify-content: flex-end;
}

.footer-bar span {
	width: 21px;
	height: 21px;
	display: inline-block;
	margin-right: 15px;
	background-repeat: no-repeat;
}

.footer-bar .baritem4 span {
	background-image: url(../img/icon-yuyue.png);
}

.footer-bar .baritem5 span {
	background-image: url(../img/icon-mendian.png);
}


.footer-bar .baritem6 span {
	background-image: url(../img/icon-zhibao.png);
}

@media (max-width:992px) {
	.footer-bar {
		height: 115px;
		width: 320px;
		position: fixed;
		right: -300px;
		bottom: 16%;
		transition: right .3s;
		border-top-left-radius: 5px;
		border-bottom-left-radius: 5px;
		background-image: url(../img/footer-left.png);
		background-position: 2.5% 50%;
		background-repeat: no-repeat;
		background-size: 6px 11px;
	}

	.footer-bar:hover {
		right: 0;
		background-image: url(../img/footer-right.png);
	}

	.footer-bar ul {
		width: 300px;
		margin: 0 0 0 20px;
		display: block;
	}

	.footer-bar ul li {
		height: 57px;
		width: 25%;
		margin-top: 0px;
		text-align: center;
		display: flex;
		align-items: center;
		justify-content: center;
		float: left;
		line-height: .4rem;
	}

	.footer-bar ul li a {
		color: #000;
		font-weight: 200;
		cursor: pointer;
		font-size: .16rem;
	}

	.footer-bar ul li a:hover {
		background-color: #c99838;
		padding: 0 .15rem;
		border-radius: 1px;
		color: #fff;
	}

	.footer-bar .baritem2 {
		border-bottom: 1px solid #000;
	}

	.footer-bar .baritem1 a:hover,
	.footer-bar .baritem2 a:hover,
	.footer-bar .baritem3 a:hover {
		background-color: #c99838;
		padding: 0 .15rem;
		border-radius: 1px;
		color: #fff;
	}

	.footer-bar .baritem1 a,
	.footer-bar .baritem2 a,
	.footer-bar .baritem3 a {
		background-color: #fff;
		padding: 0 .15rem;
		border-radius: 1px;
	}

	.footer-bar .baritem3 {
		border: none;
	}

	.footer-bar .baritem4 {
		clear: both;
	}

	.footer-bar .baritem4,
	.footer-bar .baritem5,
	.footer-bar .baritem6 {
		width: 33%;
		justify-content: center;
	}

	.footer-bar span {
		width: 11px;
		height: 11px;
		display: inline-block;
		margin-right: .1rem;
		background-position: center center;
		background-size: contain;
		background-repeat: no-repeat;
	}
}

.storePhone {
	display: none !important;
}

.bgc .b_x {
	font-size: 0 !important;
}

.yuyue {
	width: 100%;
	min-width: 1200px;
	height: 940px;
	background: #000;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 71px;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
}

.yuyue-info {
	margin-left: calc((100% - 1200px)/2);
	width: 566px;
	height: 100%;
}

#block-yuyuetiyanbannertu {
	width: 50%;
	height: 100%;
}

#block-yuyuetiyanbannertu>img {
	width: 100%;
	height: 100%;
}

.yuyue-form {
	background: #000;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 530px;
	height: 100%;
	padding: 40px 20px 70px 20px;
	padding-left: 0px;
	color: #fff;
}

.form_xinxi {
	width: 100%;
}

.form_xinxi>div {
	width: 100%;
	height: 39px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 21px 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.serviceType p {
	color: #c79836;
	width: 200px;
}

.serviceType .serviceType-list {
	display: flex;
}

.serviceType .serviceType-list li {
	padding: 0 15px;
	cursor: pointer;
}

.serviceType .serviceType-list li span {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 5px;
	border: 1px solid #fff;
	margin-right: 15px;
}

.serviceType .serviceType-list li.checked span {
	border: 1px solid #c79836;
	background-color: #c79836;
}

.mendian-info {
	width: 398px;
	height: 39px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 2px solid #706f6f;
	border-radius: 5px;
	padding-left: 20px;
	padding-right: 30px;
	line-height: 35px;
	font-size: 16px;
}

.mendian-info p {
	float: left;
}

.mendian-info i {
	float: right;
	width: 17px;
	height: 39px;
	background: url("../img/yuyue/fresh.png") no-repeat center center;
	cursor: pointer;
}

/* 日期选择 */
#mydatepicker2 {
	width: 398px;
	height: 39px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 2px solid #706f6f;
	border-radius: 3px;
	padding-left: 20px;
	padding-right: 30px;
	line-height: 35px;
	font-size: 16px;
	background: transparent;
	outline: 0;
	color: #fff;
	width: 100%;
}

#mydatepicker2::-webkit-input-placeholder {
	color: #fff;
}

#mydatepicker2:-ms-input-placeholder {
	color: #fff;
}

#mydatepicker2::-ms-input-placeholder {
	color: #fff;
}

#mydatepicker2::placeholder {
	color: #fff;
}

::-webkit-input-placeholder {
	color: #fff;
}

/* 验证码输入框 */
.vire-info {
	width: 398px;
	height: 39px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.vire-info input {
	width: 234px;
	height: 39px;
	border: 2px solid #706f6f;
	outline: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 20px;
	background: transparent;
	line-height: 35px;
	border-radius: 5px;
	color: #fff;
	width: 50%;
}

.vire-info input::-webkit-input-placeholder {
	color: #fff;
}

.vire-info input::-o-input-placeholder {
	color: #fff;
}

.vire-info input::-moz-input-placeholder {
	color: #fff;
}

.vire-info input::-webkit-input-placeholder {
	color: #fff;
}

.vire-info input:-ms-input-placeholder {
	color: #fff;
}

.vire-info input::-ms-input-placeholder {
	color: #fff;
}

.vire-info input::placeholder {
	color: #fff;
}

.vire-info a {
	display: block;
	width: 151px;
	height: 39px;
	line-height: 35px;
	color: #000;
	border: 2px solid #fff;
	background: #fff;
	text-align: center;
	font: 16px;
}

.vire-info a:hover {
	background: transparent;
	color: #c79836;
	border: 0;
	border: 1px solid #c79836;
	line-height: 38px;
}

input.error::-webkit-input-placeholder {
	color: #c98730;
	font-weight: 700;
}

input.error:-ms-input-placeholder {
	color: #c98730;
	font-weight: 700;
}

input.error::-ms-input-placeholder {
	color: #c98730;
	font-weight: 700;
}

input.error::placeholder {
	color: #c98730;
	font-weight: 700;
}

input.error::-webkit-input-placeholder {
	color: #c98730;
}

input.error::-o-input-placeholder {
	color: #c98730;
}

input.error::-moz-input-placeholder {
	color: #c98730;
}

div.tijiao {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	height: 39px;
	line-height: 46px;
	background: #c98730;
	color: #fff;
	text-align: center;
	cursor: pointer;
	-webkit-transition: .3s;
	transition: .3s;
}

div.tijiao:hover {
	background: transparent;
	color: #c79836;
	border: 0;
	border: 1px solid #c79836;
	line-height: 38px;
}

.yuyue>img {
	display: none;
	width: 100%;
}

/* 预约信息 */
.yuyueMsg {
	width: 484px;
	/* height         : 640px; */
	padding-bottom: 30px;
	background: #fff;
	position: fixed;
	bottom: -640px;
	left: 50%;
	-webkit-transform: translate(-50%, 50%);
	transform: translate(-50%, 50%);
	z-index: 10001;
	color: #000;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 58px 59px 59px 59px;
	-webkit-transition: .5s;
	transition: .5s;
}

.yuyueMsg>button {
	width: 40px;
	height: 40px;
	font-size: 40px;
	border: 0;
	outline: 0;
	background: transparent;
	position: absolute;
	top: -10px;
	right: 0;
	color: #000;
}

.yuyueMsg>h1 {
	font-size: 26px;
}

.yuyueMsg>hr {
	width: 62px;
	margin: 28px 0;
	background: #000;
}

.msg {
	width: 100%;
}

.msg>ul {
	width: 100%;
}

.msg>ul>li {
	width: 100%;
	/* height: 57px; */
	line-height: 57px;
	border-bottom: 1px solid #000;
	margin-top: 30px;
}

.yuyueBtn {
	width: 100%;
	height: 41px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 63px;
}

.yuyueBtn>.querenyuyue,
.yuyueBtn>.canclyuyue {
	width: 172px;
	height: 41px;
	line-height: 41px;
	color: #fff;
	text-align: center;
	cursor: pointer;
}

.yuyueBtn>.querenyuyue {
	background: #c79836;
}

.yuyueBtn>.canclyuyue {
	background: #000;
}

/* 预约成功弹出框 */
.yuyueSuccess,
.yuyueError {
	width: 484px;
	height: 222px;
	position: fixed;
	bottom: -222px;
	left: 50%;
	-webkit-transform: translate(-50%, 50%);
	transform: translate(-50%, 50%);
	background: #fff;
	-webkit-transition: .5s;
	transition: .5s;
	z-index: 10001;
	color: #000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.yuyueError {
	height: 358px;
	bottom: -358px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 51px 66px;
	text-align: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.yuyueError>.errBtn {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 41px;
}

.yuyueError>.errBtn>button {
	width: 172px;
	height: 41px;
	border: 0;
	outline: 0;
	color: #fff;
	background: #c79836;
	font-size: 16px;
	padding: 0;
}

.yuyueError>.errBtn>button.cancleTo {
	background: #000;
}

.yuyueSuccess>button,
.yuyueError>button {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0px;
	right: 0;
	color: #000;
	font-size: 40px;
	border: 0;
	outline: 0;
	background: transparent;
}

.yuyueSuccess>p,
.yuyueError>p {
	font-weight: 900;
	padding-top: 38px;
	font-size: 26px;
}

.yuyueError>p {
	padding-top: 0;
}

@media (max-width:992px) {
	body {
		background: #000;
	}

	.web-footer {
		padding-top: .72rem;
		background: #000;
	}

	.web-footer p>i {
		display: inline-block;
		margin: 0rem 0.05rem -0.02rem 0;
	}

	.web-footer p>i>img {
		float: left;
		width: 0.18rem;
		height: 0.18rem;
	}

	.footer-content hr {
		margin: 0;
	}

	.form-desc>.desc-title {
		font-size: .26rem;
	}

	.form-desc>hr {
		margin: 0;
		margin-top: .28rem;
		margin-bottom: .30rem;
		max-width: .62rem;
	}

	.yuyue {
		width: 100%;
		min-width: 6.67rem;
		height: auto;
		background: #000;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding-top: .71rem;
		display: block;
	}

	#block-yuyuetiyanbannertu {
		width: 100%;
	}

	#block-yuyuetiyanbannertu:nth-child(1) {
		display: block;
	}

	#block-yuyuetiyanbannertu:last-child {
		display: none;
	}

	.yuyue>img {
		display: block;
		width: 100%;
	}

	.yuyue-info {
		width: 6.67rem;
		height: 100%;
		margin: 0 auto;
	}

	.yuyue-form {
		background: #000;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		width: 6.67rem;
		height: 100%;
		padding: .46rem .20rem .70rem .20rem;
	}

	.form_xinxi {
		width: 100%;
		font-size: .18rem;
	}

	.form_xinxi>div {
		width: 100%;
		height: .39rem;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin: .21rem 0;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.serviceType p {
		width: auto;
	}

	.serviceType .serviceType-list li {
		padding: 0 5px;
	}

	.serviceType .serviceType-list li span {
		margin-right: 5px;
	}

	.mendian-info {
		width: 5.14rem;
		height: .39rem;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		border: .02rem solid #706f6f;
		border-radius: .05rem;
		padding-left: .20rem;
		padding-right: .30rem;
		line-height: .35rem;
		font-size: .16rem;
	}

	.mendian-info p {
		float: left;
	}

	.mendian-info i {
		float: right;
		width: .17rem;
		height: .17rem;
		background: url("../img/yuyue/fresh.png") no-repeat center center;
		background-size: cover;
		position: relative;
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
	}

	/* 日期选择 */
	#mydatepicker2 {
		width: 5.14rem;
		height: .39rem;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		border: .02rem solid #706f6f;
		border-radius: .03rem;
		padding-left: .20rem;
		padding-right: .30rem;
		line-height: .35rem;
		font-size: .16rem;
		background: transparent;
		outline: 0;
		color: #fff;
	}

	#mydatepicker2::-webkit-input-placeholder {
		color: #fff;
	}

	#mydatepicker2:-ms-input-placeholder {
		color: #fff;
	}

	#mydatepicker2::-ms-input-placeholder {
		color: #fff;
	}

	#mydatepicker2::placeholder {
		color: #fff;
	}

	::-webkit-input-placeholder {
		color: #fff;
		font-size: .16rem;
	}

	/* 用户姓名用户电话输入框 */
	.userName>input,
	.userPhone>input,
	.carModel>input,
	.carNum>input {
		width: 5.14rem;
		height: .39rem;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		border: 0;
		border-bottom: .02rem solid #706f6f;
		padding-left: .20rem;
		padding-right: .30rem;
		line-height: .37rem;
		font-size: .16rem;
		background: transparent;
		outline: 0;
		color: #fff;
		border-radius: 0 !important;
		-webkit-border-radius: 0 !important;
		-moz-border-radius: 0 !important;
		-ms-border-radius: 0 !important;
		-o-border-radius: 0 !important;
	}

	/* 验证码输入框 */
	.vire-info {
		width: 5.14rem;
		height: .39rem;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		color: #fff;
		font-size: .18rem;
	}

	.vire-info input {
		width: 3.49rem;
		height: .39rem;
		border: .02rem solid #706f6f;
		outline: 0;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding-left: .20rem;
		background: transparent;
		line-height: .35rem;
		border-radius: .05rem;
		color: #fff;
		font-size: .18rem;
	}

	.vire-info input ::-webkit-input-placeholder {
		font-size: .18rem;
		color: #fff;
	}

	.vire-info input :-ms-input-placeholder {
		font-size: .18rem;
		color: #fff;
	}

	.vire-info input ::-ms-input-placeholder {
		font-size: .18rem;
		color: #fff;
	}

	.vire-info input ::placeholder {
		font-size: .18rem;
		color: #fff;
	}

	.vire-info input ::-webkit-input-placeholder {
		font-size: .18rem;
		color: #fff;
	}

	.vire-info input ::-o-input-placeholder {
		font-size: .18rem;
		color: #fff;
	}

	.vire-info input ::-moz-input-placeholder {
		font-size: .18rem;
		color: #fff;
	}

	.vire-info a {
		display: block;
		width: 1.51rem;
		height: .39rem;
		line-height: .35rem;
		color: #c79836;
		border: .02rem solid #c79836;
		background: transparent;
		text-align: center;
		font-size: .18rem;
	}

	.vire-info a:hover {
		background: transparent;
		color: #c79836;
		border: 0;
		border: .01rem solid #c79836;
		line-height: .38rem;
	}

	div.tijiao {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: 100%;
		height: .54rem;
		line-height: .54rem;
		background: #fff;
		color: #000;
		text-align: center;
		margin-top: 20px;
	}

	/* 预约信息 */
	.yuyueMsg {
		width: 4.84rem;
		/*height: 6.40rem;
        */
		background: #fff;
		position: fixed;
		bottom: -20rem;
		left: 50%;
		-webkit-transform: translate(-50%, 50%);
		transform: translate(-50%, 50%);
		z-index: 10001;
		color: #000;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding: .58rem .59rem .3rem .59rem;
		-webkit-transition: .5s;
		transition: .5s;
		-moz-transform: translate(-50%, 50%);
		-ms-transform: translate(-50%, 50%);
		-o-transform: translate(-50%, 50%);
	}

	.yuyueMsg>button {
		width: .40rem;
		height: .40rem;
		font-size: .40rem;
		border: 0;
		outline: 0;
		background: transparent;
		position: absolute;
		top: -.10rem;
		right: 0;
		color: #000;
	}

	.yuyueMsg>h1 {
		font-size: .26rem;
	}

	.yuyueMsg>hr {
		width: .62rem;
		margin: .28rem 0;
	}

	.msg {
		width: 100%;
		font-size: .18rem;
	}

	.msg>ul {
		width: 100%;
	}

	.msg>ul>li {
		width: 100%;
		/* height       : .57rem; */
		line-height: .57rem;
		border-bottom: .01rem solid #000;
		margin-top: .30rem;
	}

	.yuyueBtn {
		width: 100%;
		height: .41rem;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin-top: .63rem;
	}

	.yuyueBtn>.querenyuyue,
	.yuyueBtn>.canclyuyue {
		width: 1.72rem;
		height: .41rem;
		line-height: .41rem;
		color: #fff;
		text-align: center;
		cursor: pointer;
	}

	.yuyueBtn>.querenyuyue {
		background: #c79836;
	}

	.yuyueBtn>.canclyuyue {
		background: #000;
	}

	/* 预约成功弹出框 */
	.yuyueSuccess,
	.yuyueError {
		width: 4.84rem;
		height: 2.22rem;
		position: fixed;
		bottom: -2.22rem;
		left: 50%;
		-webkit-transform: translate(-50%, 50%);
		transform: translate(-50%, 50%);
		background: #fff;
		-webkit-transition: .5s;
		transition: .5s;
		z-index: 10001;
		color: #000;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.yuyueError {
		height: 3.58rem;
		bottom: -3.58rem;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding: .51rem .66rem;
		text-align: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.yuyueError>.errBtn {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		height: .41rem;
	}

	.yuyueError>.errBtn>button {
		width: 1.72rem;
		height: .41rem;
		border: 0;
		outline: 0;
		color: #fff;
		background: #c79836;
		font-size: .16rem;
		padding: 0;
	}

	.yuyueError>.errBtn>button.cancleTo {
		background: #000;
	}

	.yuyueSuccess>button,
	.yuyueError>button {
		width: .40rem;
		height: .40rem;
		position: absolute;
		top: -.10rem;
		right: 0;
		color: #000;
		font-size: .40rem;
		border: 0;
		outline: 0;
		background: transparent;
	}

	.yuyueSuccess>img,
	.yuyueError>img {
		width: .5rem;
	}

	.yuyueSuccess>p,
	.yuyueError>p {
		font-weight: 900;
		padding-top: .38rem;
		font-size: .26rem;
	}

	.yuyueError>span {
		font-size: .16rem;
	}

	.yuyueError>p {
		padding: 0;
	}
}

.vkool-qrcode {
	width: 100px;
	height: 100px;
	position: fixed;
	right: 0;
	top: 50%;
	display: block;
	z-index: 9;
}

.vkool-qrcode img {
	cursor: pointer;
	transition: all 0.6s;
	width: 100%;
	height: 100%;
}



/*抖音号:VKOOL_China*/
.dy_m {
	width: 100px;
	height: 100px;
	position: fixed;
	right: 0;
	top: 62%;
	display: block;
	z-index: 9;
}

.dy_m img {
	cursor: pointer;
	transition: all 0.6s;
	width: 100%;
	height: 100%;
}


.modal_bg,
.modal_bg2,
.modal_bg3,
.modal_bg4 {
	display: none;
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	transition: opacity 0.3s ease;
	opacity: 0;

}

.modal_bg3 .rwmbg,
.modal_bg4 .rwmbg {
	width: 460px;
	height: 478px;
	background: #fff;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	/* Firefox */
	-webkit-box-sizing: border-box;
	/* Safari */
}

.modal_bg3 .rwmbg .wmclose,
.modal_bg4 .rwmbg .wmclose {
	position: absolute;
	top: -15px;
	right: -15px;
	cursor: pointer;
}

.modal_bg3 .rwmbg .rwm_tit,
.modal_bg4 .rwmbg .rwm_tit {
	width: 100%;
	font-size: 30px;
	color: #000;
	text-align: center;
	margin: 46px 0 26px;
}

.modal_bg3 .rwmbg .rwm_tit span,
.modal_bg4 .rwmbg .rwm_tit span {
	color: #cc9933;
}

.modal_bg.show,
.modal_bg2.show,
.modal_bg3.show,
.modal_bg4.show {
	opacity: 1;
}

.modal_bg.hide,
.modal_bg2.hide,
.modal_bg3.hide,
.modal_bg4.hide {
	opacity: 0;
}

/* 定义弹出动画 */
@keyframes popin {
	0% {
		transform: scale(0.8);
	}

	100% {
		transform: scale(1);
	}
}

@keyframes popout {
	0% {
		transform: scale(1);
	}

	100% {
		transform: scale(0.8);
	}
}

/* 应用弹出动画到图像 */
.fd_image,
.fd_image2,
.fd_image3,
.fd_image4 {
	/*animation: popin 0.5s ease;*/
	animation-duration: 0.3s;
}

.modal_bg.show .fd_image,
.modal_bg2.show .fd_image2,
.modal_bg3.show .fd_image3,
.modal_bg4.show .fd_image4 {
	animation-name: popin;
}

.modal_bg.hide .fd_image,
.modal_bg2.hide .fd_image2,
.modal_bg3.hide .fd_image3,
.modal_bg4.hide .fd_image4 {
	animation-name: popout;
}

.fd_image,
.fd_image2 {
	display: block;
	max-width: 500px;
	/*height:300px;*/
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	/* Firefox */
	-webkit-box-sizing: border-box;
	/* Safari */
}

.fd_image3,
.fd_image4 {
	display: block;
	max-width: 332px;
	/*height:300px;*/
	margin: auto;

}

@media (max-width:992px) {

	.vkool-qrcode {
		display: none;
	}

	.dy_m {
		display: none;
	}

	.modal_bg,
	.modal_bg2,
	.modal_bg3,
	.modal_bg4 {
		display: none;
	}
	
	.wei>a{
		display: flex;
		align-items: center;
	}
	
	.wei>a>img{
		width:1.1rem;
	}
}


.submenu4{
    display: none;
    width: 226px;
    height: 100%;
    position: absolute;
    left: 100%;
    top: 0;
    background: rgba(255, 255, 255, .98);
    z-index: 1000;
    padding: 0 26px 0;
}
.submenu4>ul{
  padding-top:30px;
}
.submenu4>ul>li{
  display: flex;
  flex-direction: column;
}
.submenu4>ul>li>a {
    width: 100%;
    line-height: 42px;
    text-align: center;
    padding: 0 8%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #333;
    display: flex;
    flex-direction: column;
    padding: 40px 0 30px 0;
    justify-content: center;
    align-items: center;
	border-bottom: 1px solid #CDCDCD;
}
.submenu4>ul>li>a:last-child{
border:none;
}

.s4_b_b1{
  border-bottom: 1px solid #e5e5e5;
}
.s4_b_b1>img{
  margin-bottom: 40px;
  margin-top: 20px;
}
